in out parameter meaning in Chinese
写入读出参数
Examples
- Keyword are passed as in out parameters
)关键字标记的委托才作为in / out参数传递。 - Method obtains the return value and any in out parameters
方法获取返回值和所有输入/输出参数。 - Class , which is an exception to this rule , is marshaled as an in out parameter
类(它是本规则的一个例外)被作为in / out参数封送。 - These types can appear to be marshaled as in out parameters when the caller and callee are in the same apartment
在调用方和被调用方位于同一单元中时,这些类型可能看上去是被作为in / out参数封送的。 - A blittable array can appear to operate as an in out parameter when interacting with objects in the same apartment
,可直接复制到本机结构中的数组在与同一单元中的对象交互时可能看上去像是作为in / out参数在运行。